home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr46 / vfwdk.zip / VFWSDK.ZIP / SAMPLES / WRITEAVI / README.TXT < prev    next >
Text File  |  1993-02-03  |  802b  |  17 lines

  1. WRITEAVI.EXE
  2. ============
  3.  
  4. This sample program demonstrates writing an AVI file.  When executed, it will
  5. create a file called OUTPUT.AVI that contains a short movie of a clock with
  6. rotating hands and the numbers 1-15 counting on the face of the clock.  That's
  7. all this program does.  It doesn't even have a user-interface.
  8.  
  9. AVIEASY.C - This file contains the routines that do the actual file writes.
  10. You can include this file in your applications to give you functions that will
  11. do most of the low-level grunt work of writing the RIFF file for you.  Read the
  12. functions header comments, and look at how these functions are called from
  13. WRITEAVI.C to see how they work.
  14.  
  15. WRITEAVI.C - This file is the high-level application that uses the routines
  16. provided by AVIEASY.C to create the file.
  17.